home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / comm / misc / dring.lha / rexx / timeout.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1999-01-07  |  135 b   |  11 lines

  1. /* Send fake stat message */
  2.  
  3. ADDRESS DRING
  4.  
  5. parse arg tim
  6.  
  7. if tim~="" THEN
  8.   "TimeOut" tim
  9. else
  10.   say "USAGE: timeout.rexx <seconds>"
  11.